Coincidence
data class Coincidence<out SearchTreeNode>(val value: SearchTreeNode) : SearchSegmentResult<SearchTreeNode> (source)
Represents a case when the priority coincides with some node's priority. In that case, the class's instance with the node is returned.